home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / OTHERCST / HARVEST_ / EXAMPLES / SAMPLE1.BUI next >
Text File  |  1991-10-09  |  303b  |  16 lines

  1. # Example of a very simple build file
  2. #
  3. # Next line sets up output file name and creator signature
  4. -o Sample1App -c ????
  5. #
  6. # Now for the source file
  7. Sample1.c
  8. #
  9. # next entries are libraries
  10. interface.o
  11. runtime.o
  12.  
  13. A blank line indicates the end of the file, so anything below the blank
  14. line is ignored.
  15.  
  16.